home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 2.toast
/
pc
/
sample code
/
quicktime
/
all macintosh
/
goodies
/
qt internals
/
mac framework
/
mwprefix.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-09-28
|
273 b
|
16 lines
// MW Prefix file
// Precompiled headers:
#ifdef powerc
#include <MacHeadersPPC>
#else
#include <MacHeaders68K>
#endif
// Definitions for the project
#define DEBUG true
// If you want to signal that you are using SIOUX, enable the following flag:
#define USESIOUX true